Improve GtkAssistant docs
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 Oct 2010 01:25:21 +0000 (21:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 31 Oct 2010 01:30:23 +0000 (21:30 -0400)
gtk/gtkassistant.c

index 3fc0616bb0279044ecef4b269890c66978af1c8d..10241a399f18cbbd30f8ec38127756203bb7a101 100644 (file)
  * operation splitted in several steps, guiding the user through its pages
  * and controlling the page flow to collect the necessary data.
  *
+ * The design of GtkAssistant is that it controls what buttons to show and
+ * to make sensitive, based on what it knows about the page sequence and
+ * the <link linkend="GtkAssistantPageType">type</link> of each page, in
+ * addition to state information like the page
+ * <link linkend="gtk-assistant-set-page-complete">completion</link> and
+ * <link linkend="gtk-assistant-commit">committed</link> status.
+ *
  * <refsect2 id="GtkAssistant-BUILDER-UI">
  * <title>GtkAssistant as GtkBuildable</title>
  * <para>